Q3ViewAngleAspectCamera_GetAspectRatio
You can use theQ3ViewAngleAspectCamera_GetAspectRatio
function to get the aspect ratio of an aspect ratio camera.
TQ3Status Q3ViewAngleAspectCamera_GetAspectRatio ( TQ3CameraObject camera, float *aspectRatioXToY);
camera
- An aspect ratio camera object.
aspectRatioXToY
- On exit, the horizontal-to-vertical aspect ratio of the specified camera.
DESCRIPTION
TheQ3ViewAngleAspectCamera_GetAspectRatio
function returns, in theaspectRatioXToY
parameter, the horizontal-to-vertical aspect ratio of the aspect ratio camera specified by thecamera
parameter.